Skip to content

build(deps): bump retriable from 3.2.1 to 3.4.1#4919

Merged
johha merged 1 commit intomainfrom
dependabot/bundler/retriable-3.4.1
Mar 11, 2026
Merged

build(deps): bump retriable from 3.2.1 to 3.4.1#4919
johha merged 1 commit intomainfrom
dependabot/bundler/retriable-3.4.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 10, 2026

Bumps retriable from 3.2.1 to 3.4.1.

Changelog

Sourced from retriable's changelog.

3.4.1

  • Fix: Use Process.clock_gettime(CLOCK_MONOTONIC) for elapsed time tracking so retry timing is immune to wall-clock adjustments (NTP, manual changes).
  • Fix: Handle max_elapsed_time: nil gracefully instead of raising NoMethodError.
  • Remove dead * 1.0 float coercion in ExponentialBackoff#randomize.

3.4.0

  • Add retry_if option to support custom retry predicates, including checks against wrapped exception.cause values.

3.3.0

  • Refactor Retriable.retriable internals into focused private helpers to improve readability while preserving behavior.
  • Modernize .rubocop.yml with explicit modern defaults to enable new cops while preserving existing project style policies.
Commits
  • 312eded Bump to 3.4.1
  • c19ac3c fix: use monotonic clock for elapsed time and handle nil max_elapsed_time (#122)
  • b828349 Bump to 3.4.0
  • 21b079f Add retry_if predicate for custom retry conditions (#119)
  • bc52fb4 Update README.md with install instructions for versoin 3.3
  • 0a3974e Bump verion to 3.3.0
  • 7b28032 Modernize RuboCop configuration baseline (#118)
  • b743ab7 Add docs/plans to .gitignore
  • 8ed4fad Refactor retriable internals for clarity (#117)
  • 5587f32 Change master branch to main in github actions workflow
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [retriable](https://github.com/kamui/retriable) from 3.2.1 to 3.4.1.
- [Changelog](https://github.com/kamui/retriable/blob/main/CHANGELOG.md)
- [Commits](kamui/retriable@v3.2.1...v3.4.1)

---
updated-dependencies:
- dependency-name: retriable
  dependency-version: 3.4.1
  dependency-type: indirect
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Mar 10, 2026
@johha johha merged commit 06a14c9 into main Mar 11, 2026
11 checks passed
@johha johha deleted the dependabot/bundler/retriable-3.4.1 branch March 11, 2026 14:41
ari-wg-gitbot added a commit to cloudfoundry/capi-release that referenced this pull request Mar 11, 2026
Dependency updates in cloud_controller_ng:

- build(deps): bump sequel_pg from 1.18.2 to 1.19.0
    PR: cloudfoundry/cloud_controller_ng#4916
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps): bump retriable from 3.2.1 to 3.4.1
    PR: cloudfoundry/cloud_controller_ng#4919
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump solargraph from 0.58.2 to 0.58.3
    PR: cloudfoundry/cloud_controller_ng#4917
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

- build(deps-dev): bump rubocop-ast from 1.49.0 to 1.49.1
    PR: cloudfoundry/cloud_controller_ng#4920
    Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant